home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Hyper / Hy-Hyperi / HyperData.cpt / Archive Notes next >
Encoding:
Text File  |  1991-10-04  |  596 b   |  1 lines  |  [TEXT/ttxt]

  1. This is a Stuffed stack containing two XFCN's ListToField and AddFields. ListToField takes a comma delimited list and returns a 'return' delimited lit suitable for placing in a field. Yes, I know you can do this in HyperTalk but this is MUCH faster. The AddFields XFCN, takes two fields of numbers (may be integers or real) and adds them together, line by line. An optional 3rd parameter is a scaling factor that multipies each line of the first field before addition. These XFCN's work well together. I used them in my Nutrition stack to reduce math calculations from 11.1 seconds to 1.0 second!